object FormPleaseWait: TFormPleaseWait Left = 298 Top = 129 Cursor = crHourGlass AutoSize = True BorderIcons = [] BorderStyle = bsToolWindow BorderWidth = 20 Caption = 'Please wait...' ClientHeight = 46 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnClose = FormClose OnShow = FormShow DesignSize = ( 347 46) PixelsPerInch = 96 TextHeight = 13 object LabelDesc: TLabel Left = 0 Top = 0 Width = 342 Height = 16 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Please be patient...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter end object LabelProgress: TLabel Left = 0 Top = 30 Width = 347 Height = 16 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = '/' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter end object TimerProgress: TTimer Enabled = False Interval = 100 OnTimer = TimerProgressTimer Left = 48 Top = 8 end end